DataConnector | ComponentOne
C1.AdoNet.CSV Assembly / C1.DataConnector.AdoNet Namespace / C1ConnectionBase<TConnectionImpl> Class / GetSchema Method / GetSchema() Method

In This Topic
    GetSchema() Method
    In This Topic
    Returns schema information for the data source of this C1ConnectionBase.
    Syntax
    'Declaration
     
    Public Overloads Overridable Function GetSchema() As DataTable
    public virtual DataTable GetSchema()

    Return Value

    A System.Data.DataTable that contains schema information.
    See Also